home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Files / Info3.sit / CLICK ME FIRST! / CLICK ME FIRST! / card_7369.txt < prev    next >
Encoding:
Text File  |  1988-11-25  |  1.2 KB  |  58 lines

  1. -- card: 7369 from stack: in
  2. -- bmap block id: 10834
  3. -- flags: 0000
  4. -- background id: 2683
  5. -- name: Features
  6. ----- HyperTalk script -----
  7. on OpenCard
  8.   play "harpsichord" tempo 180 c7q
  9.   repeat for 5 times
  10.     set the hilite of card button "Begin" to true
  11.     wait for 5 ticks
  12.     set the hilite of card button "Begin" to false
  13.     wait for 5 ticks
  14.   end repeat
  15.   play "harpsichord" tempo 180 c6w
  16. end OpenCard
  17.  
  18.  
  19.  
  20. -- part 23 (button)
  21. -- low flags: 00
  22. -- high flags: 2000
  23. -- rect: left=4 top=176 right=212 bottom=40
  24. -- title width / last selected line: 0
  25. -- icon id / first selected line: 32650 / 32650
  26. -- text alignment: 1
  27. -- font id: 0
  28. -- text size: 12
  29. -- style flags: 0
  30. -- line height: 16
  31. -- part name: Begin
  32. ----- HyperTalk script -----
  33. on mouseUp
  34.   visual effect barn door open
  35.   go to next card
  36. end mouseUp
  37.  
  38.  
  39.  
  40. -- part 24 (button)
  41. -- low flags: 00
  42. -- high flags: 2000
  43. -- rect: left=50 top=163 right=264 bottom=496
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 0
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: Begin 1
  52. ----- HyperTalk script -----
  53. on mouseUp
  54.   visual effect barn door open
  55.   go to next card
  56. end mouseUp
  57.  
  58.